home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Internet Explorer 5.0 / ie 5.0 / iejava.cab / com / ms / ie / ISearches.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-02-01  |  1000 b   |  18 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com.Variant;
  5. import com.ms.com._Guid;
  6.  
  7. public interface ISearches extends IUnknown {
  8.    _Guid iid = new _Guid(1204363938, (short)15829, (short)4562, (byte)-65, (byte)-117, (byte)0, (byte)-64, (byte)79, (byte)-71, (byte)54, (byte)97);
  9.  
  10.    IUnknown _NewEnum();
  11.  
  12.    String getDefault();
  13.  
  14.    int getCount();
  15.  
  16.    ISearch Item(Variant var1);
  17. }
  18.